kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]emptyArray
empty
Array
Common
inline
fun
<
T
>
emptyArray
(
)
:
Array
<
T
>
Content copied to clipboard
Returns an empty array of the specified type
T
.